home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 101-125 / disk_107 / svtools / vnews / readme next >
Text File  |  1992-05-06  |  4KB  |  105 lines

  1.                                 Vnews  1.1
  2.                              2-September-1987
  3.  
  4.                     Copyright 1987  By Stephen Vermeulen
  5.  
  6.                              3635 Utah Dr. N.W.,
  7.                              Calgary, Alberta,
  8.                              CANADA, T2N 4A6
  9.  
  10.                              (403) 282-7990.
  11.  
  12.                     This program is in the public domain
  13.                     with the exception that it shall not
  14.                     be packaged or distributed  with any
  15.                     product that is sold.
  16.  
  17. Introduction:
  18.  
  19.      A while ago AMUC (the AMiga Users of Calgary) started a section
  20.      of their newsletter disk called "The Best of USENET".  Several
  21.      formats were considered, but in the end the most workable was to
  22.      leave the news files alone as individual files.  There were two
  23.      large problems with this, the first was that the USENET drawer
  24.      had a large number of icons and the second was that the directory
  25.      took a long time.  In order to reduce the number of icons Vnews
  26.      was brought to life, with this the user only had to click on one
  27.      icon and then he could browse through the files just by clicking
  28.      the mouse.  Vnews did not solve the directory speed problem, alas
  29.      the woes of AmigaDOS!
  30.  
  31. Syntax from CLI:
  32.  
  33.      Vnews [dir_name [first_file]]
  34.  
  35.      Vnews dir_name
  36.  
  37.            will display the contents of all the files in
  38.            the directory named dir_name.
  39.  
  40.      Vnews
  41.  
  42.            will display the contents of all the files in
  43.            the current directory.
  44.  
  45.      Vnews dir_name first_file
  46.  
  47.            will allow you to read all the files within the
  48.            directory "dir_name" and will start you at
  49.            file "first_file"
  50.  
  51. Syntax from Workbench:
  52.  
  53.      Just point and click.  To specify the directory to read the
  54.      news files from enter the following line into the TOOL TYPES
  55.      field:
  56.  
  57.            DIR=MyDirectoryName
  58.  
  59.      The default width that tabs are to be expanded to is specified
  60.      by the following line:
  61.  
  62.            TAB=n
  63.  
  64.      where n is a small positive number.
  65.  
  66.      The reading can start with any particular file, just include
  67.      a line like:
  68.  
  69.            FIRST=first_file_name
  70.  
  71. Source Code:
  72.  
  73.      The source code is available, in fact it should be present on this
  74.      disk, if it is not go break someone's legs...  This version was
  75.      written in Manx 3.4a, the first version was in Lattice 3.1; draw
  76.      your own conclusions...
  77.  
  78. Usage:
  79.  
  80.      When the program is running you control everything with 9 gadgets, all
  81.      of which are on the title bar.  The close window gadget is used to
  82.      exit from the program.  The Prev gadget moves you to the previous file
  83.      in the directory.  The back gadget moves you back one page in the
  84.      current file.  The fore gadget moves you foward one page in the
  85.      current file.  The next gadget moves you to the next file in the
  86.      directory.  The ? gadget prints a brief help window.  The blank box
  87.      gadget is a file name requester, just click on it, type in a file name
  88.      and then when you hit return you will be moved to that particular
  89.      file.  Finally, the last two gadgets are the standard window
  90.      front/back gadgets.
  91.  
  92.      The name of the currently displayed file is displayed in the title
  93.      bar too.
  94.  
  95. Bugs:
  96.  
  97.      Ha!  There has to be one some where...
  98.  
  99. Wishes:
  100.  
  101.      Faster directory building, an internal directory function that would
  102.      put up a window of all the file names for you to click on the one
  103.      you wanted to view next.
  104.  
  105.